From 8cbd32b0475cf8b572096f3bbc229cebabdf6d40 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Jul 1993 08:32:05 +0000 Subject: [PATCH] [MULTI_FRAME] (PURESIZE): Increased to 210000. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index 78b07aa601b..3ca41582199 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef PURESIZE #ifdef MULTI_FRAME -#define PURESIZE 205000 +#define PURESIZE 210000 #else #define PURESIZE 190000 #endif -- 2.30.2